home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\DOC\NEW2.2 < prev    next >
Text File  |  1994-12-28  |  3KB  |  129 lines

  1.     New things for ircII 2.2
  2.     ^^^^^^^^^^^^^^^^^^^^^^^^
  3.  
  4. Commands that have changed.
  5.     It is now possible to redirect to a DCC CHAT connecoitn with
  6.         REDIRECT =nick
  7.     You can have some command execute on the results of USERHOST with
  8.         USERHOST -CMD command
  9.     You can, and are recommented to, use WAIT different now with
  10.         WAIT -CMD command
  11.     You can have ircII create new winodows on screen or xterm's with
  12.         WINDOW CREATE
  13.     The IF and WHILE commands have changed.
  14.     New in 2.2.2
  15.     You can delete a server from the server list with
  16.         SERVER -DELETE <num>
  17.     Two new IGNORE levels, CRAP and CTCP.
  18.  
  19. New commands
  20.     WHICH script - returns which script will be loaded with LOAD
  21.     FOREACH - to iterate over a list.
  22.     TIMER seconds command - executes `command' after `seconds' seconds.
  23.     INPUT "prompt" command - executes `command' when input is read from
  24.         the keyboard.
  25.     PING nick - uses CTCP PING to work out how many seconds a remote 
  26.         is from you.
  27.     PARSEKEY key - acts as though a key bound to `key' was pressed.
  28.     SENDLINE line - is the same as typing in the line.
  29.     HOOK line - does an ON HOOK check.
  30.     EVAL line - passes `line' to the inline parser, to be executed.
  31.     CTCP UTC - A time CTCP.
  32.     MLOAD - loads a menu.
  33.     New in 2.2.1
  34.     CTCP ECHO - Similar to CTCP ERRMSG.
  35.     WINDOW LOGFILE - Sets the logfile for that window.
  36.     New in 2.2.2
  37.     WINDOW NOTIFY_LEVEL - sets notify level for that window.
  38.     XTYPE - gives full control over /type
  39.  
  40. (Set help files for these)
  41.  
  42. New alias variables:
  43.     $W $V $H $U $~
  44.  
  45. New SETable variables
  46.     NO_CTCP_FLOOD
  47.     SHOW_STATUS_ALL
  48.     STATUS_USER1-3
  49.     MENU
  50.     HIGHLIGHT_CHAR
  51.     HELP_PROMPT
  52.     HELP_SERVICE
  53.     HELP_PATH
  54.     DCC_BLOCK_SIZE
  55.     LOAD_PATH
  56.     DEBUG
  57.     VERBOSE_CTCP
  58.     SCROLL_BACKWARD
  59.     SCROLL_FORWARD
  60.     SCROLL_END
  61.     TRANSLATION
  62.     BOLD_VIDEO
  63.     New in 2.2.1
  64.     SHOW_WHO_HOPCOUNT
  65.     New in 2.2.2
  66.     XTERM_OPTIONS
  67.     EIGHT_BIT_CHARACTERS
  68.     NOTIFY_LEVEL
  69.  
  70.    And STATUS_FORMAT has these new variables
  71.     %W %X %Y %B %# %@
  72.     New in 2.2.2
  73.     %>
  74.  
  75. New/changed on hook's.
  76.     ON DCC_RAW
  77.     ON HOOK
  78.     ON INPUT
  79.     Several of the numeric ON's have changed.
  80.     New in 2.2.1
  81.     ON SERVER_NOTICE   *****  THIS HAS CHANGED  *****
  82.     New in 2.2.2
  83.     ON PUBLIC          *****  THIS HAS CHANGED  *****
  84.  
  85. New bindable keys.
  86.     ERASE_TO_BEG_OF_LINE
  87.     REFRESH_INPUTLINE
  88.     META3_CHARACTER
  89.     META4_CHARACTER
  90.  
  91. New functions.
  92.     $ENCODE()
  93.     $DECODE()
  94.     $TOUPPER()
  95.     $TOLOWER()
  96.     $TDIFF()
  97.     $CONNECT()
  98.     $LISTEN()
  99.     $ISCHANNEL(word)
  100.     $ISCHANOP(nick channel)
  101.     $WORD(number wordlist)
  102.     $WINNUM()
  103.     $WINNAM()
  104.     New in 2.2.2
  105.     $MYCHANNELS(window)
  106.     $MYSERVERS()
  107.  
  108. Other
  109.     You can no longer use \n in a line to separate commands.
  110.     Functions are now access with $name().  $%name() is not supported.
  111.     You can access varibles in structures by using struct[index]
  112.       as well as struct.index.
  113.     You can use { } style braces around aliases.
  114.     You can connected to the server via Unix domain sockets.
  115.     The display defaults to OFF while loading a script.
  116.     You can #define SCROLL_AFTER_DISPLAY to get 2.1.5 like scrolling.
  117.     New in 2.2.2
  118.     New command line option, -v, which prints the version
  119.     and internal version (release date).
  120.     You can use literal ^M's and ^J's to seperate the input line.
  121.  
  122.     New in 2.2.3
  123.     The character atribute chars have changed in this version.  They
  124.     are now:
  125.         ^_ does underline
  126.         ^B does bold
  127.         ^V does inverse.
  128.         ^O turns them all off.
  129.